home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGNG_C
/
CSUBR.LZH
/
CONOUT.C
< prev
next >
Wrap
Text File
|
1985-04-11
|
65b
|
7 lines
conout(s,attr)
char *s;
int attr;
{
scr_aputs(s,attr);
}